
.navxp_HB_Tabs_My_theme {

    /*background-color: [bgcolor_menubar];*/
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    margin-left: 20px;;
    /* [menubar_border] */
}

.navxp_HB_Tabs_My_theme .item {
    float: left;
    display: inline;
    position: relative;
    margin-left: -20px;;
}

.navxp_HB_Tabs_My_theme .startBk {
    float: left;
    height: 32px;
    background-repeat: no-repeat;
    background-position: left top;
}

.navxp_HB_Tabs_My_theme .itemsBk {
    float: left;
    display: inline;
    height: 32px;
    background-repeat: repeat-x;
    overflow: hidden;
    margin: 0 27px 0 17px;
}

.navxp_HB_Tabs_My_theme .endBk {
    float: left;
    height: 32px;
    background-repeat: no-repeat;
    background-position: right top;
}


.navxp_HB_Tabs_My_theme .item .startBk {
    background-image: url(bk_item_darkgray_start.gif);
}

.navxp_HB_Tabs_My_theme .item .itemsBk {
    background-image: url(bk_item_darkgray.gif);
}


.navxp_HB_Tabs_My_theme .item .endBk {
    background-image: url(bk_item_darkgray_end.gif);
}


.navxp_HB_Tabs_My_theme .itemSel  {
    /* margin-top: 3px; */
}

.navxp_HB_Tabs_My_theme .itemHover .startBk {
    background-image: url(bk_item_lightgray_start.gif);
}

.navxp_HB_Tabs_My_theme .itemHover .itemsBk {
    background-image: url(bk_item_lightgray.gif);
}

.navxp_HB_Tabs_My_theme .itemHover .endBk {
    background-image: url(bk_item_lightgray_end.gif);
}

.navxp_HB_Tabs_My_theme .itemSel .startBk {
    background-image: url(bk_item_selred_start.png);
}

.navxp_HB_Tabs_My_theme .itemSel .itemsBk {
    background-image: url(bk_item_selred.png);
}

.navxp_HB_Tabs_My_theme .itemSel .endBk {
    background-image: url(bk_item_selred_end.png);
}


.navxp_HB_Tabs_My_theme a.itemL0:link, .navxp_HB_Tabs_My_theme a.itemL0:visited {
    display: block;
    float: left;
    
    font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: Arial; text-decoration: none; color: #424242;
    margin-top: 8px; margin-right: 10px; margin-bottom: 0px; margin-left: 10px;
}

.navxp_HB_Tabs_My_theme a.itemL0:hover, .navxp_HB_Tabs_My_theme a.itemL0:active  {
    font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: Arial; text-decoration: none; color: #424242;
}

.navxp_HB_Tabs_My_theme a.itemL0Sel:link, .navxp_HB_Tabs_My_theme a.itemL0Sel:visited {
    display: block;
    float: left;

    font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: Arial; text-decoration: none; color: #ffffff; 
    margin-top: 8px; margin-right: 10px; margin-bottom: 0px; margin-left: 10px;
}

